Extension point repository
In component org.nuxeo.ecm.core.storage.sql.RepositoryService
Documentation
Extension points to register VCS repositories. See http://doc.nuxeo.com/x/hwQz for documentation.
Contribution Descriptors
- Class: org.nuxeo.ecm.core.storage.sql.RepositoryDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="repository" target="org.nuxeo.ecm.core.storage.sql.RepositoryService"> <repository label="label.default.repository" name="default"> <pool blockingTimeoutMillis="100" idleTimeoutMinutes="10" maxPoolSize="20" minPoolSize="0"/> <clustering delay="1000" enabled="false" id=""/> <noDDL>false</noDDL> <ddlMode>compat</ddlMode> <aclOptimizations enabled="true"/> <pathOptimizations enabled="true"/> <idType>varchar</idType> <indexing> <!-- for H2 (Lucene Analyzer): --> <fulltext analyzer="org.apache.lucene.analysis.standard.StandardAnalyzer" disabled="false" searchDisabled="false"> <index name="default"> <!-- all props implied --> </index> <index name="title"> <field>dc:title</field> </index> <index name="description"> <field>dc:description</field> </index> </fulltext> </indexing> <usersSeparator key=","/> </repository> </extension>